Welcome![Sign In][Sign Up]
Location:
Search - socket exception

Search list

[Othernetworkfish

Description: 是一个客户/服务器程序,运行较复杂 此运用了Java语言的多线程、异常处理、画图、Socket技术、网络传输中的组播等-is a client / server program, the more complicated this operation using the Java language, multithread Exception handling, drawing, Socket technology, network transmission of Multicasting
Platform: | Size: 95368 | Author: 小马 | Hits:

[CommunicationSocketStructure

Description: fd_set参数:一个用于检查可读性(readfds),一个用于检查可写性(writefds),另一个用于例外数据(exceptfds)。从根本上说, fd_set数据类型代表着一系列特定套接字的集合-fd_set parameters : a check for readability (readfds) one could write a check for (writefds) Another exception for the data (exceptfds). Fundamentally speaking, fd_set data types represent the range of specific set of socket
Platform: | Size: 142237 | Author: 黄妮丽 | Hits:

[Windows Developclib

Description: 一个跨平台的c\\c++类库 提供对log,mutext, thread,exception,socket等常用功能的封装
Platform: | Size: 76442 | Author: ju | Hits:

[Windows Developlinqt-2[1].8.3.tar

Description: 言规则,类和对象,流和I/O,异常处理,AWT/Swing高级编程,对 象序列化,高效I/O及正则表达式,...网络编程技术 TCP/IP协议,Socket套接字-on rule,class,object,stream,I/O,exception,AWT/Swing,seral,TCP/IP principle,Socket,and so on.
Platform: | Size: 314532 | Author: 丁飘 | Hits:

[WinSock-NDISQQS&C

Description: 本软件要在网络中实现点对点的实时对话,主要的工作大约有: A).软件界面的实现。 B).两台主机通过Socket进行通信的实现。 C).如何从本机接收到要发送给对方的消息与如何接收到从对方来的消息并显示的过程。 D).进行异常处理。-the software in peer-to-peer networks to achieve real-time dialogue, the main work around : A). Software interface is achieved. B). Two mainframe through Socket communication is achieved. C). How receive from the machine to be sent to the other party and how to receive news from the other side of the news and display process. D). For Exception Handling.
Platform: | Size: 145659 | Author: 邓春燕 | Hits:

[JSP/JavaJava聊天室程序

Description: 这个是服务器 import java.awt.*; import java.awt.event.*; import java.net.*; import javax.swing.*; public class UDPServerDemo extends JFrame{ int port=2345; //端口号 public UDPServerDemo(){ try{ byte[] buffer=new byte[256]; //缓冲区数组 DatagramSocket socket=new DatagramSocket(port); //实例化数据报Socket DatagramPacket packet; System.out.println("Server start..."); //输出运行信息 while (true){ packet=new DatagramPacket(buffer,buffer.length); //实例化数据报 socket.receive(packet); //接受请求 InetAddress target=packet.getAddress(); System.out.println("Received from"+target); //输出请求地址 int port=packet.getPort(); //得到接收端口 byte[] message="This is server,Who are you?".getBytes(); //服务器返回信息 packet=new DatagramPacket(message,message.length,target,port); //实例化数据报 socket.send(packet); //发送数据报 } } catch (Exception ex){ ex.printStackTrace(); //输出出错信息 } } public static void main(String[] args){ new UDPServerDemo(); } }
Platform: | Size: 1095119 | Author: 594353482@qq.com | Hits:

[Windows Developlinqt-2[1].8.3.tar

Description: 言规则,类和对象,流和I/O,异常处理,AWT/Swing高级编程,对 象序列化,高效I/O及正则表达式,...网络编程技术 TCP/IP协议,Socket套接字-on rule,class,object,stream,I/O,exception,AWT/Swing,seral,TCP/IP principle,Socket,and so on.
Platform: | Size: 314368 | Author: 丁飘 | Hits:

[Internet-NetworkQQS&C

Description: 本软件要在网络中实现点对点的实时对话,主要的工作大约有: A).软件界面的实现。 B).两台主机通过Socket进行通信的实现。 C).如何从本机接收到要发送给对方的消息与如何接收到从对方来的消息并显示的过程。 D).进行异常处理。-the software in peer-to-peer networks to achieve real-time dialogue, the main work around : A). Software interface is achieved. B). Two mainframe through Socket communication is achieved. C). How receive from the machine to be sent to the other party and how to receive news from the other side of the news and display process. D). For Exception Handling.
Platform: | Size: 145408 | Author: 邓春燕 | Hits:

[Othernetworkfish

Description: 是一个客户/服务器程序,运行较复杂 此运用了Java语言的多线程、异常处理、画图、Socket技术、网络传输中的组播等-is a client/server program, the more complicated this operation using the Java language, multithread Exception handling, drawing, Socket technology, network transmission of Multicasting
Platform: | Size: 95232 | Author: 小马 | Hits:

[Program docSocketStructure

Description: fd_set参数:一个用于检查可读性(readfds),一个用于检查可写性(writefds),另一个用于例外数据(exceptfds)。从根本上说, fd_set数据类型代表着一系列特定套接字的集合-fd_set parameters : a check for readability (readfds) one could write a check for (writefds) Another exception for the data (exceptfds). Fundamentally speaking, fd_set data types represent the range of specific set of socket
Platform: | Size: 142336 | Author: 黄妮丽 | Hits:

[Windows Developclib

Description: 一个跨平台的c\c++类库 提供对log,mutext, thread,exception,socket等常用功能的封装-A cross-platform cc++ Library provides log, mutext, thread, exception, socket commonly used functions such as packaging
Platform: | Size: 75776 | Author: ju | Hits:

[Internet-NetworkSocket

Description: Socket in C++, use iostream and Exception.-Socket in C++, Use iostream and Exception.
Platform: | Size: 7168 | Author: Bai | Hits:

[Windows Developclientserversocketsrc

Description: 一个简单的实现Socket通信的例子,有日志功能,异常处理-The realization of a simple example of Socket Communications, a log function, exception handling. . .
Platform: | Size: 19456 | Author: chenwei_yi | Hits:

[OtherPerlMonitor

Description: Perl写一套系统监控程序,本监控程序用来监控RedHat Linux主机的系统状况,包括CPU负载、内存使用、网络状况、服务端口、磁盘空间等。本程序基于C/S结构,全部用Perl实现。基本原理是,Client运行在各个需要监控的主机上,并起一个Socket端口。Server定期轮询各个Client,根据配置文件里的选项发送扫描命令,取得客户端的状态,若有异常则发送邮件报警。-Perl to write a system monitoring program, the monitor is used to monitor the status of RedHat Linux mainframe-based systems, including CPU load, memory usage, network status, service port, disk space. The program is based on C/S structure, all achieved with Perl. The basic principle is, Client runs on every host on the need to monitor and to play a Socket port. Server on a regular basis in all polling Client, based on configuration file options that send the scan command to obtain the status of the client, if an exception is to send e-mail alerts.
Platform: | Size: 154624 | Author: steven | Hits:

[CSharp20246

Description: 第1章简单程序设计.ppt 第2章数据类型.ppt 第3章C#面向对象编程基础.ppt 第4章程序调试与异常处理.ppt 第5章C#可视化编程基础.ppt 第6章常用控件和类的使用.ppt 第7章文本编辑器的实现.ppt 第8章图形图像编程.ppt 第9章文件和流.ppt 第10章多线程和Socket编程初步.ppt 第11章数据库与ADO.ppt-Chapter 1, simple programming. Ppt Chapter 2 data types. Ppt Chapter 3 C# object-oriented programming basics. Ppt Chapter 4 Debugging and exception handling. Ppt Chapter 5, Visual C# programming basics. Ppt chapter 6 the use of common controls and classes. ppt Chapter 7 Implementation of a text editor. ppt Chapter 8, Graphics programming. ppt chapter 9 files and streams. ppt Chapter 10 Multithreading and Socket programming initially. ppt Chapter 11 database and ADO.ppt
Platform: | Size: 2089984 | Author: aaa | Hits:

[Internet-Networktcpiplistener

Description: Socket通訊System.IO Exception: Unable to read data from the transport connection: 遠端主機已強制關閉一個現存的連線。. ---> System.Net.Sockets.SocketException: 遠端主機已強制關閉一個現存的連線。 at System.Net.Sockets.Socket.BeginReceive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, AsyncCallback callback, Object state) at System.Net.Sockets.NetworkStream.BeginRead(Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state) --- End of inner exception stack trace -Socket connect Tcpclient connect
Platform: | Size: 36864 | Author: Aiking | Hits:

[JSP/Javaudp-reliable-data-transmission

Description: UDP实现可靠数据传输。使用GBN算法,实现了:1.随即丢包(随机数产生器Math.random()) 2.丢包后遇冗余ack重传 3.超时重传 (DatagramSocket和Socket都有成员函数setSoTimeout(delay),通过捕获超时时抛出的IO异常来实现超时重传)-Reliable UDP data transfer. GBN algorithm used to realize: 1. Then packet loss (random number generator Math.random ()) 2. After the case of redundant packet loss retransmission ack 3. Retransmission timeout (DatagramSocket and Socket has a member function setSoTimeout ( delay), by capturing the IO exception thrown during timeout to achieve retransmission timeout)
Platform: | Size: 10240 | Author: nazali | Hits:

[JSP/Javajava

Description: Socket的概念、功能、类等介绍。还包括实例讲解。Socket异常,ServerSocket的基本流程。-Socket concepts, functions, etc. introduction. Also includes examples to explain. Socket exception, ServerSocket the basic process.
Platform: | Size: 175104 | Author: 郭颖 | Hits:

[Program docsocket

Description: Socket 使用范例,比较详细,对新手很有用-SOCKET exception
Platform: | Size: 9216 | Author: 李飞 | Hits:

[OtherSocket

Description: 本书是学习Java语言的入门教材。全书从Java语言的基本特点入手,详细介绍了Java语言的基本概念和编程方法,同时深入介绍了Java的高级特性。本书共分为12章,涉及Java中的基本数据类型、基本语法、类的概念及特性、异常处理、用户界面设计、小应用程序、输入/输出操作及线程等内容。java_socket(This book is an introductory textbook for learning the Java language. The book begins with the basic features of the Java language, introduces the basic concepts and programming methods of the Java language in detail, and introduces the advanced features of the Java. The book is divided into 12 chapters, involving basic data types in Java, basic syntax, class concept and characteristics, exception handling, user interface design, small application, input / output operation and thread content.java_socket)
Platform: | Size: 411648 | Author: 微弱的阳光 | Hits:
« 12 »

CodeBus www.codebus.net